home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / scripts / beams.shader < prev    next >
Encoding:
Text File  |  2002-10-21  |  1007 b   |  71 lines

  1. tracer
  2. {
  3.     surfaceparm nolightmap
  4.     cull none
  5.     q3map_surfacelight 2000
  6.     {
  7.         map textures/beams/tracer.tga
  8.         nofog
  9.         alphaGen vertex
  10.         rgbGen vertex
  11.         //tcmod scroll 5 0
  12.         tcmod scroll 10 0
  13.         nextbundle
  14.         clampmap textures/beams/tracergradient.tga
  15.         //tcmod scroll 5 0
  16.         blendFunc add
  17.     }
  18. }    
  19.  
  20. // FAKK2 stuff that should be removed
  21. emap1
  22. {
  23.     {
  24.     map textures/sprites/emap1.tga
  25.     blendFunc GL_ONE GL_ONE
  26.     rgbGen vertex
  27.     }
  28. }
  29.  
  30. beam_darkblue
  31. {
  32.     cull none
  33.     {
  34.         map textures/sprites/beam_blue.tga
  35.         blendFunc GL_ONE GL_ONE
  36.         rgbGen vertex
  37.     }
  38. }
  39.  
  40. beam_white
  41. {
  42.     nomipmaps
  43.     {
  44.         map textures/sprites/beam_white2.tga
  45.         blendFunc GL_ONE GL_ONE
  46.         rgbGen vertex
  47.         tcMod scroll -2 0
  48.     }
  49. }
  50.  
  51. beam_darkblue2
  52. {
  53.     cull none
  54.     {
  55.         map textures/sprites/beam_blue3.tga
  56.         blendFunc GL_ONE GL_ONE
  57.         rgbGen vertex
  58. //        tcMod scroll 2 0
  59.     }
  60. }
  61.  
  62. beam_green
  63. {
  64.     cull none
  65.     {
  66.         map textures/sprites/beam_green.tga
  67.         blendFunc GL_ONE GL_ONE
  68.         rgbGen vertex
  69.         tcMod scroll -3 0
  70.     }
  71. }